Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 2 - 3D Viewer / 3D Viewer Reference
3D Viewer Routines / Creating and Configuring Viewers


Q3ViewerGetBackgroundColor

You can use the Q3ViewerGetBackgroundColor function to get the background color of a viewer.

OSErr Q3ViewerGetBackgroundColor (
TQ3ViewerObject theViewer, 
TQ3ColorARGB *color);
theViewer
A viewer object.
color
On exit, the current background color.
DESCRIPTION
The Q3ViewerGetBackgroundColor function returns, in the color parameter, the background color of the viewer specified by the theViewer parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996